x11: Ignore stray DestroyNotify events
authorMatthias Clasen <mclasen@redhat.com>
Mon, 3 Aug 2020 02:43:48 +0000 (22:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 3 Aug 2020 02:45:28 +0000 (22:45 -0400)
commit4152e90e7e94d5eccc6feac1ea500d73d9d28db8
treeec6c9d3b7c85bd0f343117e351e4fe7b05cae98c
parent348a38a8769dacf88e4f69e07fbe37e4ddfd6732
x11: Ignore stray DestroyNotify events

There's no use in making a delete event with a
NULL surface. Just ignore such events.

Fixes: #3006
gdk/x11/gdkdisplay-x11.c